<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#container {
    max-width: 100%;
    overflow: hidden;
}

#header-pc-box {
    box-sizing: border-box;
    width: 100%;
    padding: 0 30px;
    height: 98px;
}

#header-pc-box .logo-box {
    max-width: 443px;
    float: left;
    padding: 13px 0 12px;
    box-sizing: border-box;
}

#header-pc-box .logo-box a {
    display: block;
    width: 100%;
    /* max-height: 73px; */
    height: 73px;
}

#header-pc-box .nav-box {
    height: 100%;
    float: right;
    box-sizing: border-box;
    padding: 0 82px;
}

#header-pc-box .nav-box .box-ul {
    height: 100%;
}

#header-pc-box .nav-box .box-ul li {
    float: left;
    position: relative;
}

#header-pc-box .nav-box .box-ul li .li-one {
    line-height: 98px;
    box-sizing: border-box;
    width: 130px;
    display: block;
    text-align: center;
    font-size: 18px;
    color: #333333;
}

#header-pc-box .nav-box .box-ul li .act-li-one {
    background: linear-gradient(180deg, #B5271F 0%, #770600 100%);
    opacity: 1;
    color: #FFD753;
}

#header-pc-box .nav-box .box-ul li .two-box {
    width: 100%;
    height: auto;
    position: absolute;
    top: 98px;
    left: 0;
    z-index: 2;
    background: linear-gradient(180deg, #B5271F 0%, #770600 100%);
    opacity: 1;
    box-sizing: border-box;
    padding: 6px 3px;
    display: none;
}

#header-pc-box .nav-box .box-ul li .two-box li {
    float: none;
}

#header-pc-box .nav-box .box-ul li .two-box li a {
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    line-height: 36px;
    color: #FFFFFF;
    opacity: 1;
    text-align: center;
    width: 100%;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#footer-box {
    width: 100%;
    background: linear-gradient(180deg, #B5271F 0%, #770600 100%);
    opacity: 1;
    padding: 0 30px 24px;
    box-sizing: border-box;
}

#footer-box .box-logo {
    box-sizing: border-box;
    padding: 20px 0;
    text-align: center;
}

#footer-box .box-logo a {
    display: inline-block;
    max-width: 425px;
    max-height: 69px;
}

#footer-box .box-text {
    font-size: 14px;
    color: #fff;
    text-align: center;
    line-height: 28px;
}

#footer-box .box-text span {
    display: inline-block;
}

#footer-box .box-text .tel {
    padding: 0 40px;
}

#footer-box .box-text2 {
    color: #C4C4C4;
    font-size: 14px;
    text-align: center;
}

#footer-box .box-text2 a {
    display: inline-block;
    color: #C4C4C4;
    font-size: 14px;
    line-height: 28px;
}

#swiper-pc-box {
    width: 100%;
    height: 586px;
}

#swiper-pc-box .swiper-wrapper .swiper-slide {
    height: 586px;
}

#swiper-pc-box .swiper-wrapper .swiper-slide img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

#Links-box {
    width: 100%;
    /* height: 60px; */
    background: #F8F8F8;
}

#Links-box .box-content {
    width: 1200px;
    margin: 0 auto;
}

#Links-box .box-content span {
    display: inline-block;
    line-height: 60px;
    font-size: 16px;
    color: #333333;
}

#Links-box .box-content .span1 {
    font-weight: bold;
}

#Links-box .box-content .span2 {
    box-sizing: border-box;
    padding: 0 20px;
}

#Links-box .box-content span a {
    display: inline-block;
    color: #333333;
}

#index-content {
    width: 100%;
}

#index-content .content {
    width: 1200px;
    margin: 0 auto;
    box-sizing: border-box;
    padding-bottom: 39px;
    overflow: hidden;
}

#index-content .content .content-left {
    width: calc(100% - 505px);
    float: left;
}

#index-content .content .content-right {
    width: 450px;
    margin-left: 55px;
    float: right;
}

#index-title {
    box-sizing: border-box;
    padding: 33px 0 14px 0;
    border-bottom: 1px solid #F5F5F5;
    overflow: hidden;
    margin-bottom: 14px;
}

#index-title .title-left {
    height: 29px;
    line-height: 29px;
    float: left;
}

#index-title .title-left span {
    display: inline-block;
    font-size: 22px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    line-height: 29px;
    color: #333333;
    opacity: 1;
}

#index-title .title-left span:nth-child(2n) {
    margin: 0 39px;
}

#index-title .title-left .act-span {
    color: #B5271F;
}

#index-title .title-center {
    float: left;
    margin-left: 16px;
    box-sizing: border-box;
    padding-top: 8px;
    padding-bottom: 2px;
}

#index-title .title-center p {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    line-height: 19px;
    color: #999999;
    opacity: 1;
}

#index-title .title-right {
    float: right;
    line-height: 29px;
}

#index-title .title-right a {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    line-height: 29px;
    color: #B5271F;
    opacity: 1;
}

/* æ–°é—»æ¿å— */
#index-news-box #index-title {
    margin-bottom: 5px;
}

#index-news-box {
    height: 432px;
    overflow: hidden;
}

#index-news-box-content {
    height: 350px;
    width: 100%;
}

#index-news-box-content .content-body {
    width: 100%;
    height: 100%;
}

#index-news-box-content .content-body .body-left {
    width: 341px;
    height: 336px;
    margin-top: 9px;
    float: left;
}

#index-news-box-content .content-body .body-right {
    width: calc(100% - 341px);
    box-sizing: border-box;
    padding-left: 23px;
    height: 100%;
    float: left;
}

#index-news-box-content .content-body .body-right .right-ul {
    width: 100%;
    height: 100%;
}

#index-news-box-content .content-body .body-right li a {
    overflow: hidden;
    display: block;
}

#index-news-box-content .content-body .body-right li a .qq {
    width: 10px;
    float: left;
    height: 35px;
}

#index-news-box-content .content-body .body-right li a .qq i {
    width: 4px;
    height: 4px;
    background: #999999;
    border-radius: 50%;
    opacity: 1;
    display: inline-block;
    font-style: normal;
    line-height: 35px;
}

#index-news-box-content .content-body .body-right li a .title {
    width: calc(100% - 20px);
    float: left;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    line-height: 35px;
    color: #333333;
    opacity: 1;
    /* padding-right: 10px; */
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    box-sizing: border-box;
}

#index-news-box-content .content-body {
    display: none;
}

#index-news-box-content .body-act {
    display: block;
}

#navigation-box {
    position: absolute;
    bottom: 11px;
    right: 16px;
    z-index: 10;
    width: 53px;
    height: 24px;
}

#navigation-box .swiper-button-next {
    float: right;
    width: 24px;
    height: 24px;
}

#navigation-box .swiper-button-prev {
    float: left;
    width: 24px;
    height: 24px;
}

#banner2 {
    width: 100%;
    height: 100%;
    position: relative;
}

#banner2 .swiper-slide a {
    position: relative;
}

#banner2 .swiper-slide a .text {
    position: absolute;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    line-height: 24px;
    color: #FFFFFF;
    text-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    opacity: 1;
    width: 100%;
    bottom: 11px;
    padding: 0 160px 0 4px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    box-sizing: border-box;
}

#banner3 {
    width: 100%;
    height: 100%;
    position: relative;
}

#banner3 .swiper-slide a {
    position: relative;
}

#banner3 .swiper-slide a .text {
    position: absolute;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    line-height: 24px;
    color: #FFFFFF;
    text-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    opacity: 1;
    width: 100%;
    bottom: 11px;
    padding: 0 160px 0 4px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    box-sizing: border-box;
}

#banner4 {
    width: 100%;
    height: 100%;
    position: relative;
}

#banner4 .swiper-slide a {
    position: relative;
}

#banner4 .swiper-slide a .text {
    position: absolute;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    line-height: 24px;
    color: #FFFFFF;
    text-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    opacity: 1;
    width: 100%;
    bottom: 11px;
    padding: 0 160px 0 4px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    box-sizing: border-box;
}


/* æ–°é—»æ¿å— */

/* ä¸šåŠ¡æ¿å— */
#index-business-box .box-content {
    height: 184px;
    width: 100%;
}

#index-business-box .box-content .con-item {
    float: left;
    width: calc((100% - 15px) / 4);
    /* min-width: 170px; */
    height: 100%;
    position: relative;
    margin-right: 5px;
}

#index-business-box .box-content .con-item:last-child {
    margin-right: 0;
}

#index-business-box .box-content .con-item .item-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

#index-business-box .box-content .con-item .item-bg .item-bg-show {
    display: none;
}

#index-business-box .box-content .con-item .item-box {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    padding: 44px 10px 10px;
    text-align: center;
}

#index-business-box .box-content .con-item .item-box .img {
    width: 48px;
    height: 48px;
    margin: 0 auto;
    overflow: hidden;
}

#index-business-box .box-content .con-item .item-box img {
    width: 100%;
    height: 100%;
}

#index-business-box .box-content .con-item .item-box .text {
    font-size: 24px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    line-height: 31px;
    color: #816A6A;
    opacity: 1;
    margin-top: 20px;
}

/* ä¸šåŠ¡æ¿å— */

/* ä¸“é¢˜ä¸“æ&nbsp; */
#index-special-box .box-content {
    width: 100%;
    height: 252px;
}

#index-special-box .box-content .swiper-container {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

#banner5 .swiper-slide {
    height: 100%;
}

/* ä¸“é¢˜ä¸“æ&nbsp; */

/* ä¿¡æ¯å…¬å¼€ */
#index-information-box {
    height: 432px;
    overflow: hidden;
}

#index-information-box #index-title {
    margin-bottom: 5px;
}

#index-information-box .box-content {
    height: 350px;
}

#index-information-box .box-content .con-ul {
    height: 100%;
}

#index-information-box .box-content .con-ul li a {
    overflow: hidden;
    display: block;
}

#index-information-box .box-content .con-ul li .qq {
    width: 10px;
    float: left;
    height: 35px;
}

#index-information-box .box-content .con-ul li .qq i {
    width: 4px;
    height: 4px;
    background: #999999;
    border-radius: 50%;
    opacity: 1;
    display: inline-block;
    font-style: normal;
    line-height: 35px;
}

#index-information-box .box-content .con-ul li .title {
    width: calc(100% - 100px);
    float: left;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    line-height: 35px;
    color: #333333;
    opacity: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    box-sizing: border-box;
}

#index-information-box .box-content .con-ul li .time {
    width: 80px;
    float: right;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    line-height: 35px;
    color: #C4C4C4;
    opacity: 1;
}

/* ä¿¡æ¯å…¬å¼€ */

/* æƒå±žå…¬å¸ */
#index-ownership-box .box-content .con-ul li {
    width: 100%;
    height: 60px;
    margin-bottom: 7px;
}

#index-ownership-box .box-content .con-ul li:last-child {
    margin-bottom: 0;
}

/* æƒå±žå…¬å¸ */

/* è”ç³»æˆ‘ä»¬ */
#index-contact-box .box-content {
    box-sizing: border-box;
    overflow: hidden;
}

#index-contact-box .box-content .con-left {
    float: left;
    box-sizing: border-box;
    padding: 8px 10px 8px 37px;
}

#index-contact-box .box-content .con-left .name {
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    line-height: 24px;
    color: #333333;
    opacity: 1;
    margin-bottom: 18px;
}

#index-contact-box .box-content .con-left .tel-box {
    overflow: hidden;
}

#index-contact-box .box-content .con-left .tel-box .img {
    width: 41.5px;
    height: 34px;
    float: left;
}

#index-contact-box .box-content .con-left .tel-box .tel-art {
    box-sizing: border-box;
    padding-left: 9px;
    float: left;
}

#index-contact-box .box-content .con-left .tel-box .tel-art .text {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    line-height: 16px;
    color: #333333;
    opacity: 1;
}

#index-contact-box .box-content .con-left .tel-box .tel-art .tel {
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    line-height: 18px;
    color: #B5271F;
    opacity: 1;
}

#index-contact-box .box-content .con-right {
    float: right;
    box-sizing: border-box;
    padding: 0 40px 0 10px;
}

#index-contact-box .box-content .con-right img {
    width: 82px;
    height: 82px;
}

#index-contact-box .box-content .con-right .text {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    line-height: 19px;
    color: #333333;
    opacity: 1;
    margin-top: 9px;
    text-align: center;
}

/* è”ç³»æˆ‘ä»¬ */

#banner-box {
    width: 100%;
    height: 300px;
}

#banner-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#crumbs-box {
    width: 100%;
    height: 50px;
    background: #F8F8F8;
    opacity: 1;
}

#crumbs-box .box-con {
    width: 1200px;
    height: 100%;
    margin: 0 auto;
}

#crumbs-box .box-con span {
    display: inline-block;
    line-height: 50px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #999999;
    opacity: 1;
}

#crumbs-box .box-con a {
    display: inline-block;
    line-height: 50px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #999999;
    opacity: 1;
    padding: 0 5px;
    box-sizing: border-box;
}

#line {
    width: 100%;
    height: 2px;
    background: linear-gradient(90deg, #B5271F 0%, #770600 100%);
    opacity: 1;
}

#page-box {
    width: 100%;
    min-height: calc(100vh - 641px);
}

#page-box .box-content {
    width: 1200px;
    height: 100%;
    margin: 0 auto;
    box-sizing: border-box;
    padding-top: 39px;
    overflow: hidden;
    padding-bottom: 66px;
}

#page-box .box-content .con-left {
    width: 268px;
    float: left;
}

#page-box .box-content .con-left .left-top {
    width: 268px;
    height: 138px;
    background: url(../image/img01.png) no-repeat center center;
    background-size: 100% 100%;
    box-sizing: border-box;
    padding: 0 44px;
    font-size: 30px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    line-height: 138px;
    color: #FFD753;
    opacity: 1;
}

#page-box .box-content .con-left .left-box {
    width: 100%;
    background: #F6F6F6;
    opacity: 1;
}

#page-box .box-content .con-left .left-box .li-one {
    margin-top: 2px;
}

#page-box .box-content .con-left .left-box .li-one a {
    display: block;
    line-height: 70px;
    box-sizing: border-box;
    padding-left: 44px;
    padding-right: 58px;
    overflow: hidden;
}

#page-box .box-content .con-left .left-box .li-one a span {
    display: block;
}

#page-box .box-content .con-left .left-box .li-one a .span1 {
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #999999;
    opacity: 1;
    line-height: 70px;
    float: left;
}

#page-box .box-content .con-left .left-box .li-one a .span2 {
    float: right;
    box-sizing: border-box;
    padding-top: 24px;
    height: 100%;
}

#page-box .box-content .con-left .left-box .li-one a .span2 img {
    width: 21px;
    height: 18px;
}

#page-box .box-content .con-left .left-box .li-one a .span3 {
    float: right;
    box-sizing: border-box;
    padding-top: 30px;
    height: 100%;
}

#page-box .box-content .con-left .left-box .li-one a .span3 img {
    width: 15px;
    height: 15px;
}

#page-box .box-content .con-left .left-box .li-one a .span4 {
    float: right;
    box-sizing: border-box;
    padding-top: 30px;
    height: 100%;
    display: none;
}

#page-box .box-content .con-left .left-box .li-one a .span4 img {
    width: 15px;
    height: 15px;
}

#page-box .box-content .con-left .left-box .li-one .two-box {
    background: rgba(181, 39, 31, 0.1);
}

#page-box .box-content .con-left .left-box .li-one .two-box p a {
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    line-height: 60px;
    color: #999999;
    opacity: 1;
    padding-right: 58px;
}


#page-box .box-content .con-right {
    width: calc(100% - 268px);
    float: left;
    box-sizing: border-box;
    padding-left: 53px;
}

#page-title {
    font-size: 26px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    line-height: 30px;
    color: #333333;
    opacity: 1;
    margin-bottom: 40px;
}

#page-art {
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    line-height: 34px;
    color: #333333;
    opacity: 1;
}

#page-list {
    width: 100%;
}

#page-list .list-box li {
    opacity: 1;
    box-sizing: border-box;
    border-bottom: 1px solid #F6F6F6;
}

#page-list .list-box li a {
    box-sizing: border-box;
    padding: 13px 10px;
    display: block;
}

#page-list .list-box li a .title {
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    line-height: 21px;
    color: #333333;
    opacity: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#page-list .list-box li a .time {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    line-height: 19px;
    color: #C4C4C4;
    opacity: 1;
    margin-top: 7px;
}

#details-con {
    width: 100%;
}

#details-con .con-title {
    font-size: 26px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    line-height: 35px;
    color: #333333;
    opacity: 1;
    padding: 0 30px;
    box-sizing: border-box;
    margin-top: 4px;
    text-align: center;
}

#details-con .con-time {
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    line-height: 21px;
    color: #C4C4C4;
    opacity: 1;
    margin-top: 12px;
    text-align: center;
    margin-bottom: 47px;
}

#details-con .con-art {
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    line-height: 34px;
    color: #333333;
    opacity: 1;
}

#page-list-one {
    width: 100%;
    overflow: hidden;
}

#page-list-one .one-ul {
    width: 100%;
    overflow: hidden;
}

#page-list-one .one-ul li {
    width: calc((100% - 36px) / 3);
    height: 230px;
    margin: 0 18px 18px 0;
    float: left;
}

#page-list-one .one-ul li a {
    width: 100%;
    height: 100%;
    position: relative;
    display: block;
}

#page-list-one .one-ul li a .img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

#page-list-one .one-ul li a .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#page-list-one .one-ul li a .title {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 40px;
    line-height: 40px;
    text-align: center;
    box-sizing: border-box;
    padding: 0 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    line-height: 40px;
    color: #FFFFFF;
    opacity: 1;
    background: rgba(51, 51, 51, 0.7);
    width: 100%;
}

#page-list-one .one-ul li:nth-child(3n) {
    margin-right: 0;
}

#page-list-one .one-ul li .li-art {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(181, 39, 31, 0.7);
    box-sizing: border-box;
    padding: 46px 20px 20px;
}

#page-list-one .one-ul li .li-art .art-text {
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    line-height: 24px;
    color: #FFFFFF;
    opacity: 1;
    width: 100%;
    text-align: center;
    margin-bottom: 103px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#page-list-one .one-ul li .li-art .but {
    width: 106px;
    height: 30px;
    background: #FFFFFF;
    border: 1px solid #B5271F;
    opacity: 1;
    border-radius: 20px;
    text-align: center;
    margin: 0 auto;
}

#page-list-one .one-ul li .li-art .but span {
    display: inline-block;
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    line-height: 30px;
    color: #B5271F;
    opacity: 1;
}

#page-list-one .one-ul li .li-art .but span img {
    width: 12px;
    height: 10px;
}

#page-list-two {
    width: 100%;
}

#page-list-two .con-right {
    width: 100% !important;
    padding-left: 0 !important;
}

#details-two-box {
    width: 100%;
}

#details-two-box .con-right {
    width: 100% !important;
    padding-left: 0 !important;
}

#details-two-box .contact-box {
    text-align: center;
    margin-top: 66px;
}

#details-two-box .contact-box .box-item {
    display: inline-block;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    line-height: 30px;
    color: #333333;
    opacity: 1;
    box-sizing: border-box;
    padding-left: 45px;
}

#details-two-box .contact-box .item-ads {
    background: url(../image/ads-img.png) no-repeat left center;
    background-size: 30px 30px;
}

#details-two-box .contact-box .item-tel {
    margin: 0 67px;
    background: url(../image/phone-img.png) no-repeat left center;
    background-size: 30px 30px;
}

#details-two-box .contact-box .item-email {
    background: url(../image/email-img.png) no-repeat left center;
    background-size: 30px 30px;
}

#details-two-box .contact-map {
    width: 879px;
    margin: 0 auto;
    margin-top: 75px;
}

#details-two-box .contact-map iframe {
    width: 879px;
    height: 368px;
}

#page-list-three .three-box {
    width: 100%;
}

#page-list-three .three-box li {
    height: 188px;
    margin-bottom: 48px;
}

#page-list-three .three-box li:last-child {
    margin-bottom: 0;
}

#page-list-three .three-box li a {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

#page-list-three .three-box li a .con-left {
    width: 279px;
    height: 100%;
    float: left;
}

#page-list-three .three-box li a .con-right {
    width: calc(100% - 279px);
    height: 100%;
    float: left;
    box-sizing: border-box;
    padding: 13px 18px 0px 24px;
}

#page-list-three .three-box li a .con-right .title {
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    line-height: 21px;
    color: #333333;
    opacity: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#page-list-three .three-box li a .con-right .time {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    line-height: 19px;
    color: #C4C4C4;
    opacity: 1;
    margin-top: 7px;
}

#page-list-three .three-box li a .con-right .art {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    line-height: 21px;
    color: #999999;
    opacity: 1;
    margin-top: 20px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

#page-list-three .three-box li a .con-right .but {
    width: 106px;
    height: 30px;
    background: #FFFFFF;
    border: 1px solid #B5271F;
    opacity: 1;
    border-radius: 20px;
    text-align: center;
    margin-top: 18px;
}

#page-list-three .three-box li a .con-right .but span {
    display: inline-block;
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    line-height: 30px;
    color: #B5271F;
    opacity: 1;
}

#page-list-three .three-box li a .con-right .but span img {
    width: 12px;
    height: 10px;
}

#index-content .content:first-child {
    padding-bottom: 0;
}

#index-news-box #index-title .title-left span {
    cursor: pointer;
}

#page-box .box-content .con-left .left-box .li-one-act a {
    background: #B5271F;
}

#page-box .box-content .con-left .left-box .li-one-act a span {
    color: #fff !important;
}

#page-box .box-content .con-left .left-box .li-one-act a .span2 {
    display: block !important;
}

#page-box .box-content .con-left .left-box .li-one-act .span3 {
    display: none;
}

#page-box .box-content .con-left .left-box .li-one-act .span4 {
    display: block;
}

#page-box .box-content .con-left .left-box .li-one a .span2 {
    display: none;
}

#page-box .box-content .con-left .left-box .active a {
    background: #B5271F;
}

#page-box .box-content .con-left .left-box .active a .span1 {
    color: #fff;
}

#page-box .box-content .con-left .left-box .active a .span1 {
    color: #fff;
}

#page-box .box-content .con-left .left-box .active .span3 {
    display: none !important;
}

#page-box .box-content .con-left .left-box .active .span4 {
    display: block !important;
}

#page-box .box-content .con-left .two-box a {
    background: transparent !important;
}

#page-box .box-content .con-left .two-box a .span1 {
    color: #999999 !important;
}

#page-box .box-content .con-left .two-box a:hover .span1 {
    color: #B5271F !important;
}

#page-list-one .one-ul li .li-art {
    display: none;
}

#yd-nav-box {
    display: none;
}

#right-nav {
    display: none;
}

#page {
    text-align: center;
}

.pagination {
    height: auto !important;
    padding: 38px 0 8px 0 !important;
    text-align: center !important;
}

.pagination p {
    line-height: 36px !important;
    height: 40px !important;
    box-sizing: border-box !important;
    border: 1px solid #C4C4C4 !important;
    font-size: 14px !important;
    font-family: Microsoft YaHei !important;
    font-weight: 400 !important;
    color: #C4C4C4 !important;
    opacity: 1;
    margin-bottom: 4px !important;
    display: inline-block !important;
}

.pagination p.pageRemark {
    display: none !important;
}

.pagination a {
    line-height: 36px !important;
    height: 40px !important;
    box-sizing: border-box !important;
    border: 1px solid #C4C4C4 !important;
    font-size: 14px !important;
    font-family: Microsoft YaHei !important;
    font-weight: 400 !important;
    color: #C4C4C4 !important;
    opacity: 1;
    margin-bottom: 4px !important;
    display: inline-block !important;
}

.pagination a.cur {
    background-color: #B5271F !important;
    color: #FFD753 !important;
}

#banner2 .swiper-slide a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#banner3 .swiper-slide a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#banner4 .swiper-slide a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#banner2 .swiper-slide a {
    display: block;
    width: 100%;
    height: 100%;
}

#banner3 .swiper-slide a {
    display: block;
    width: 100%;
    height: 100%;
}

#banner4 .swiper-slide a {
    display: block;
    width: 100%;
    height: 100%;
}

#page-list-one .one-ul li a .img {
    overflow: hidden;
}

#index-ownership-box .box-content .con-ul li a {
    display: block;
    width: 100%;
    height: 100%;
}

#index-business-box .box-content .con-item {
    display: block;
}

#banner5 .swiper-slide {
    display: block;
}

#index-news-box-content .content-body .body-right .right-ul li:nth-child(1) {
    display: none;
}

#index-news-box-content .content-body .body-right .right-ul li:nth-child(2) {
    display: none;
}

#index-news-box-content .content-body .body-right .right-ul li:nth-child(3) {
    display: none;
}

#index-news-box-content .content-body .body-right .right-ul li:nth-child(4) {
    display: none;
}

#index-news-box-content .content-body .body-right .right-ul li:nth-child(5) {
    display: none;
}

#page-box .box-content .con-left .left-box .li-one .two-box .p-act a .span1 {
    color: #B5271F !important;
}

#page-box .box-content .con-left .left-box .li-one .two-box .p-act a .span2 {
    display: block;
}

#prevAndnext {
    margin-top: 50px;
}

#prevAndnext .next {
    font-size: 16px;
    line-height: 28px;
    overflow: hidden;
}

#prevAndnext .prev {
    font-size: 16px;
    line-height: 28px;
    overflow: hidden;
}

#prevAndnext span {
    display: block;
    color: #000;
    float: left;
}

#prevAndnext a {
    display: block;
    width: 70%;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 16px;
    line-height: 28px;
    float: left;
}</pre></body></html>